home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / isamexpt.zip / DAT.DFM / DAT.txt
Text File  |  1996-04-05  |  4KB  |  223 lines

  1. object LWSetup: TLWSetup
  2.   Left = 224
  3.   Top = 43
  4.   Width = 366
  5.   Height = 368
  6.   Caption = 'Setup'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 7
  20.     Width = 351
  21.     Height = 326
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 15
  26.     Top = 169
  27.     Width = 105
  28.     Height = 16
  29.     Caption = 'Workstation Nr.:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 186
  33.     Top = 13
  34.     Width = 37
  35.     Height = 16
  36.     Caption = 'FileDir'
  37.     Font.Color = clBlack
  38.     Font.Height = -13
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label6: TLabel
  44.     Left = 16
  45.     Top = 115
  46.     Width = 64
  47.     Height = 16
  48.     Caption = 'Password'
  49.   end
  50.   object Label2: TLabel
  51.     Left = 185
  52.     Top = 216
  53.     Width = 50
  54.     Height = 16
  55.     Caption = 'HomeDir'
  56.     Font.Color = clBlack
  57.     Font.Height = -13
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object Label4: TLabel
  63.     Left = 200
  64.     Top = 327
  65.     Width = 148
  66.     Height = 12
  67.     Caption = '    (c) Stellberg Computer GmbH    '
  68.     Font.Color = clBlack
  69.     Font.Height = -9
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object Lw5: TEdit
  75.     Left = 186
  76.     Top = 159
  77.     Width = 157
  78.     Height = 24
  79.     Hint = '__Laufwerk5'
  80.     TabOrder = 4
  81.     Text = 'C:\'
  82.   end
  83.   object Lw6: TEdit
  84.     Left = 186
  85.     Top = 187
  86.     Width = 157
  87.     Height = 24
  88.     Hint = '__Laufwerk6'
  89.     TabOrder = 5
  90.     Text = 'C:\'
  91.   end
  92.   object Lw1: TEdit
  93.     Left = 186
  94.     Top = 31
  95.     Width = 157
  96.     Height = 24
  97.     Hint = 'IsamFileDir'
  98.     TabOrder = 0
  99.     Text = 'C:\'
  100.   end
  101.   object Lw2: TEdit
  102.     Left = 186
  103.     Top = 73
  104.     Width = 157
  105.     Height = 24
  106.     Hint = '__Laufwerk2'
  107.     TabOrder = 1
  108.     Text = 'C:\'
  109.   end
  110.   object Lw3: TEdit
  111.     Left = 186
  112.     Top = 103
  113.     Width = 157
  114.     Height = 24
  115.     Hint = '__Laufwerk3'
  116.     TabOrder = 2
  117.     Text = 'C:\'
  118.   end
  119.   object Lw4: TEdit
  120.     Left = 186
  121.     Top = 131
  122.     Width = 157
  123.     Height = 24
  124.     Hint = '__Laufwerk4'
  125.     TabOrder = 3
  126.     Text = 'C:\'
  127.   end
  128.   object GroupBox1: TGroupBox
  129.     Left = 16
  130.     Top = 17
  131.     Width = 157
  132.     Height = 84
  133.     Caption = 'Net'
  134.     TabOrder = 9
  135.     object RadioButton2: TRadioButton
  136.       Left = 8
  137.       Top = 39
  138.       Width = 73
  139.       Height = 17
  140.       Caption = 'Ms-Net'
  141.       TabOrder = 0
  142.     end
  143.     object RadioButton1: TRadioButton
  144.       Left = 8
  145.       Top = 20
  146.       Width = 61
  147.       Height = 17
  148.       Caption = 'Local'
  149.       Checked = True
  150.       TabOrder = 1
  151.       TabStop = True
  152.     end
  153.     object RadioButton3: TRadioButton
  154.       Left = 8
  155.       Top = 60
  156.       Width = 113
  157.       Height = 17
  158.       Caption = 'Novell-Net'
  159.       TabOrder = 2
  160.     end
  161.   end
  162.   object BitBtn1: TBitBtn
  163.     Left = 208
  164.     Top = 275
  165.     Width = 113
  166.     Height = 33
  167.     TabOrder = 7
  168.     OnClick = BitBtn1Click
  169.     Kind = bkOK
  170.   end
  171.   object WSNR: TEdit
  172.     Left = 17
  173.     Top = 187
  174.     Width = 156
  175.     Height = 24
  176.     TabOrder = 8
  177.     Text = '1'
  178.   end
  179.   object LW99: TEdit
  180.     Left = 186
  181.     Top = 235
  182.     Width = 157
  183.     Height = 24
  184.     Hint = 'HomeDir'
  185.     TabOrder = 6
  186.   end
  187.   object PW: TEdit
  188.     Left = 16
  189.     Top = 131
  190.     Width = 157
  191.     Height = 24
  192.     CharCase = ecUpperCase
  193.     PasswordChar = '*'
  194.     TabOrder = 10
  195.   end
  196.   object Sprachgroup: TGroupBox
  197.     Left = 16
  198.     Top = 224
  199.     Width = 157
  200.     Height = 89
  201.     Caption = 'Language'
  202.     TabOrder = 11
  203.     object DRadio: TRadioButton
  204.       Left = 16
  205.       Top = 24
  206.       Width = 113
  207.       Height = 17
  208.       Caption = 'German'
  209.       TabOrder = 0
  210.       OnClick = DRadioClick
  211.     end
  212.     object ERadio: TRadioButton
  213.       Left = 16
  214.       Top = 52
  215.       Width = 113
  216.       Height = 17
  217.       Caption = 'English'
  218.       TabOrder = 1
  219.       OnClick = ERadioClick
  220.     end
  221.   end
  222. end
  223.